
module SCP
{

	item bag_scpbackpack
	{
		/*DisplayName = Large Backpack,*/
		DisplayName = SCP MTF Backpack,
		Tooltip = Tooltip_bag_scpbackpack,
		DisplayCategory = Bag,
		Type = Container,
		Weight = 2,
		Icon = scpbackpack,
		AttachmentReplacement = Bag,
		BloodLocation = Bag,
		CanBeEquipped = Back,
		CanHaveHoles = FALSE,
		/*Capacity = 27,*/
		Capacity = 34,
		CloseSound = CloseBag,
		ClothingItem = bag_scpbackpack,
		EquipSound = EquipBackpackLarge,
		OpenSound = OpenBag,
		PutInSound = PutItemInBag,
		ReplaceInPrimaryHand = Bag_ALICEpack_RHand holdingbagright,
		ReplaceInSecondHand = Bag_ALICEpack_LHand holdingbagleft,
		RunSpeedModifier = 0.94,
		WeightReduction = 80,
		WorldStaticModel = ALICE_Pack_Ground,
		AttachmentsProvided = BedrollBottomALICE,
		Tags = IgnoreZombieDensity;IsFireFuel;IsFireTinder,
        ResearchableRecipes = SewCrudeLeatherBackpack,
	}
	
}
